var L_NoErrors_Text = "Non Φ stato rilevato alcun errore.";
reportLocation.innerHTML = L_NoErrors_Text;
}
function checkBodyWithinFrameset(reportLocation)
{
var theDocument;
var framesets, bodies;
var retVal;
var L_FramesetInBody_Text = "Il documento potrebbe non essere visualizzato correttamente a causa di un FRAMESET all'interno del BODY del documento. L'autore della pagina pu≥ risolvere il problema<OL><li>Rimuovendo il tag BODY.</li><li>Accertandosi che non ci siano codici HTML addizionali tra l'HEAD del documento e il FRAMESET.</li></ol><br><hr>";
function checkAnythingAfterFrameset(reportLocation)
{
var L_ContentAfterFrameset_Text = "Il documento potrebbe non essere visualizzato correttamente poichΘ presenta del contenuto dopo il FRAMESET.<br><hr>";
var theDocument;
var framesets;
var i, startIndex;
var retVal;
retVal = false;
theDocument = otherDocument();
framesets = theDocument.all.tags("frameset");
if (framesets.length > 0) {
startIndex = framesets(0).sourceIndex;
if (window.dialogArguments.anythingAfterFrameset) {
function checkReadyStateComplete(objects, reportLocation)
{
var L_ObjectNotInstalled_Text = "Il seguente OBJECT non Φ stato installato correttamente.<BR>";
var L_AppletNotInstalled_Text = "L'APPLET seguente non Φ stata installata correttamente.<BR>";
var L_EmbedNotInstalled_Text = "Il seguente EMBED non Φ stato installato correttamente.<BR>";
var L_ObjectNotInstalledReasons_Text = "<br><br>La causa potrebbe essere una delle seguenti:<OL><LI>Le impostazioni di protezione correnti impediscono l'utilizzo dell'OBJECT.</li><li>L'OBJECT non Φ stato installato correttamente.</li><li>La pagina o l'OBJECT non sono stati creati correttamente.</li></ul><hr>";
var L_AppletNotInstalledReasons_Text = "<br><br>La causa potrebbe essere una delle seguenti:<OL><LI>Le impostazioni di protezione correnti impediscono l'utilizzo dell'APPLET.</li><li>L'APPLET non Φ stata installata correttamente.</li><li>La pagina o l'APPLET non sono state create correttamente.</li></ul><hr>";
var L_EmbedNotInstalledReasons_Text = "<br><br>La causa potrebbe essere una delle seguenti:<OL><LI>Le impostazioni di protezione correnti impediscono l'utilizzo dell'EMBED.</li><li>L'EMBED non Φ stato installato correttamente.</li><li>La pagina o l'EMBED non sono stati creati correttamente.</li></ul><hr>";
var strNotInstalled;
var strNotInstalledReason;
var i, element;
var retVal;
retVal = false;
if (objects == null)
return retVal;
for (i=0; i < objects.length; i++) {
element = objects(i);
if (element.readyState != 4 && element.readyState != "complete") {
function checkNonApartmentControls(reportLocation)
{
var L_ObjectNotApartmentModel_Text = "Il seguente OBJECT potrebbe non funzionare correttamente poichΘ non utilizza il modello di thread Apartment.<br>";
function checkLinkReadyStateComplete(objects, reportLocation)
{
var i, element;
var retVal;
var L_StyleSheetNotInstalled_Text = "Il documento potrebbe non essere visualizzato correttamente poichΘ il seguente foglio di stile non Φ stato installato: ";